c# countdown timer menutes

73

c# countdown timer menutes -

TimeSpan time = TimeSpan.FromSeconds(i);
textBox1.Text = time.ToString(@"hh\:mm\:ss");

Comments

Submit
0 Comments